Skip to main content

Generate Resale Link

This document covers two types of endpoints for generating unique resale links: one for entire events and another for specific shows within an event. Both endpoints allow obtaining direct links to the resale marketplace, facilitating users' navigation to available tickets.

This endpoint generates a unique link for a complete event, even if the event has multiple shows. The frontend logic will automatically handle differentiation between the available shows within the event.

HTTP Method: GET

URL:

https://api.mentatech.io/v1/marketplace/buyingflow/url/entrypoint?externalReferenceEventId=the-lion-king-broadway
--header 'Authorization: "YOUR_API_KEY"
JSON Response
{
"status": 200,
"data": "https://event.mentatickets.com/es/6569313b5915f5ad7db970c6/apr4-2pm?ticketSellerId=3",
"errors": [
null
]
}
Attention

Remember to replace "YOUR_API_KEY" with your Private API key.

Request Parameters (Query Params)

  • externalReferenceEventId (required): The ID of the event for which you want to generate the resale URL. Example: the-lion-king-broadway.

This endpoint generates a unique link directly for a specific show within an event.

HTTP Method: GET

URL:

https://api.mentatech.io/v1/marketplace/buyingflow/url/entrypoint?externalReferenceEventId=the-lion-king-broadway
--header 'Authorization: "YOUR_API_KEY"
JSON Response
{
"status": 200,
"data": "https://event.mentatickets.com/es/6569313b5915f5ad7db970c6/apr4-2pm?ticketSellerId=3",
"errors": [
null
]
}
Attention

Remember to replace "YOUR_API_KEY" with your Private API key.

Request Parameters (Query Params)

  • externalReferenceEventId (required): The ID of the event for which you want to generate the resale URL. Example: the-lion-king-broadway.
  • showId (optional): The specific show ID within the event, if applicable. Example: 1124.